翻訳と辞書
Words near each other
・ C R Irani
・ C Ravichandran
・ C Real (Greek band)
・ C Restaurant
・ C road
・ C S Hayes Stakes
・ C SEED 201
・ C series
・ C Series Index
・ C Sharp (programming language)
・ C Sharp 2.0
・ C Sharp 3.0
・ C Sharp 4.0
・ C Sharp syntax
・ C shell
C signal handling
・ C soprano saxophone
・ C space
・ C Spire Wireless
・ C Sports Racer
・ C Stamp
・ C standard
・ C standard library
・ C Star class airship
・ C Stock
・ C Street Center
・ C string (disambiguation)
・ C string handling
・ C syntax
・ C tactile afferent


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

C signal handling : ウィキペディア英語版
C signal handling

In the C Standard Library, signal processing defines how a program handles various signals while it executes. A signal can report some exceptional behavior within the program (''such as division by zero''), or a signal can report some asynchronous event outside the program (''such as someone striking an interactive attention key on a keyboard'').
==Standard signals==

The C standard defines only 6 signals. They are all defined in signal.h header (csignal header in C++):
*SIGABRT - abnormal termination.
*SIGFPE - floating point exception.
*SIGILL - invalid instruction.
*SIGINT - interactive attention request sent to the program.
*SIGSEGV - invalid memory access.
*SIGTERM - termination request sent to the program.
Additional signals may be specified in the signal.h header by the implementation. For example, Unix and Unix-like operating systems (such as Linux) define more than 15 additional signals.〔(【引用サイトリンク】 title=The Open Group Base Specifications Issue 6 - signal.h - signals )

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「C signal handling」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.